home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / basic / chkqb2.com / CHKQB2.DOC < prev   
Encoding:
Text File  |  1986-08-03  |  1.2 KB  |  24 lines

  1. CHKQB2 Utility
  2. Private Domain software by APLogica, Inc.
  3. Version 1.0  03Aug86
  4.  
  5. Syntax:   CHKQB2 <display text>
  6.  
  7. CHKQB2 is a program that checks to see if there were any severe errors in the
  8. last QB2.0 compile.  If there were, it will print the command line parameter
  9. and set the errorlevel to 1; otherwise, the errorlevel is set to zero.    A
  10. question mark as the first character of the display text displays this listing.
  11.  
  12. This program is provided as a stop gap (?) measure to allow programmers a
  13. simple way to monitor the progress of a series of QB 2.0 compiles.  Other than
  14. deleting the target .OBJ file and then checking whether it was recreated, there
  15. is no way to determine if a QB2.0 compile has completed without severe errors.
  16. This program sets the errorlevel and sends the message provided and error count
  17. to standard output if severe errors are detected in the previous compile.
  18.  
  19. IMPORTANT NOTE:  This simple program depends on the position of the "Severe
  20. Error(s)" message on the screen.  Because of this restriction, the standard DOS
  21. prompt must not be changed to include any cursor positioning before using this
  22. program.  Also, this program must be run immediately after the compile.
  23.  
  24.